June 21, 2019 APEX, Oracle No Comments

I have been using RESTful API to download BLOB content as a file. This is very useful in many places where you want to give your BLOB document as a source to URL. This can be used within Oracle APEX or outside Oracle APEX.

Following are the steps to create RESTful web service using Media Resource type to make your BLOB document downloadable.

Use following link as a live demo, which will return product image for product_id = 1.

Hope this helps.

Jaydip Bosamiya
jbosamiya@gmail.com

Written by Jaydip Bosamiya